time.dataIO.read (method)
13 uses
time (current package)
zoneinfo_read.go#L58: func (d *dataIO) read(n int) []byte {
zoneinfo_read.go#L70: p := d.read(4)
zoneinfo_read.go#L89: p := d.read(1)
zoneinfo_read.go#L122: if magic := d.read(4); string(magic) != "TZif" {
zoneinfo_read.go#L129: if p = d.read(16); len(p) != 16 {
zoneinfo_read.go#L188: d.read(skip)
zoneinfo_read.go#L211: txtimes := dataIO{d.read(n[NTime] * size), false}
zoneinfo_read.go#L214: txzones := d.read(n[NTime])
zoneinfo_read.go#L217: zonedata := dataIO{d.read(n[NZone] * 6), false}
zoneinfo_read.go#L220: abbrev := d.read(n[NChar])
zoneinfo_read.go#L223: d.read(n[NLeap] * (size + 4))
zoneinfo_read.go#L227: isstd := d.read(n[NStdWall])
zoneinfo_read.go#L231: isutc := d.read(n[NUTCLocal])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |